Namespace - LJCDataUtility
Parameters
tableName - The table name.
objectName - The constraint object name.
objectType - The constraint object type name.
Returns
The drop constraint procedure SQL text.
Syntax
| C# |
|
String DropConstraint(String tableName, String objectName, ObjectType objectType)
|
Drops the constraint by provided name.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.